home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / bbs / fn397c_1.zip / FNETPROT.DAT < prev    next >
Text File  |  1991-12-13  |  3KB  |  75 lines

  1. 10
  2. Z110Zmodem with Resume Capability - Still the Best!
  3. DSZ ha sl port 1 pB4096 sz -s -m
  4. DSZ ha sl port 1 pB4096 rz -m -r
  5. P110Puma Protocol with Resume Capability
  6. Puma Lc:\fnet\dszlog p1 x+ s
  7. Puma Lc:\fnet\dszlog p1 x+ r+ r
  8. G010Ymodem-G Batch (Error Correcting Modems ONLY!!)
  9. DSZ ha sl port 1 sb -k -g -s
  10. DSZ ha sl port 1 rb -g -p
  11. Y010Ymodem Batch
  12. DSZ ha sl port 1 sb -k -s
  13. DSZ ha sl port 1 rb -k
  14. O000Xmodem-1k (Old Ymodem)
  15. DSZ ha sl port 1 sx -ks
  16. DSZ ha sl port 1 rx -c -k -y
  17. C000Xmodem CRC and Checksum (Slow and painful!)
  18. DSZ ha sl port 1 sx
  19. DSZ ha sl port 1 rx -c
  20. J000Jmodem (Fast)
  21. Jmodem S1
  22. Jmodem R1
  23. N000Nmodem (Turbo Pascal Fast! Protocol)
  24. Nmodem S1
  25. Nmodem R1
  26. B111Bimodem Bi-Directional Transfers + Chat
  27. CALL h:\bim\Bimodem /CH:\bim\bimodem2.cfg /U
  28. CALL H:\bim\Bimodem /CH:\bim\bimodem2.cfg /D
  29. H111HS/Link (Bi-Directional / Start 2-Way Transfers as D/L!)
  30. C:\HSLINK -p1 -@G:\FNET\NODE1.CFG
  31. C:\HSLINK -p1 -@G:\FNET\NODE1.CFG
  32.  
  33.  
  34. This is the protocol data file I use on node #1 of "The Programmer's Inn".
  35. It utilizes comm port #1.  If you do not have an error correcting modem,
  36. do not use Ymodem-G Protocol as there is NO built-in error checking with
  37. that protocol.
  38.  
  39. A new parameter has been added to each protocol definition to specify that
  40. a protocol supports bi-directional transfers or not.
  41. A sample entry of the fnetprot.dat file for HS/Link Protocol is:
  42.  
  43. 1
  44. H111HS/Link (Bi-Directional / Start 2-Way Transfers as D/L!)
  45. C:\TELIX\HSLINK -P1 @G:\QB3\NODE1.CFG
  46. C:\TELIX\HSLINK -P1 @G:\QB3\NODE1.CFG
  47.  
  48. Line 1: Still the number of protocols configured.  Why do I still place a
  49.         number here?  You may make notes or add anything you wish after the
  50.         last prootcol entry in the file.
  51.  
  52. Line 2: "Z" is the key letter for this protocol (Zmodem)
  53.      1st "1"  - Use a 1 if the protocol can resume an aborted upload.
  54.      2nd "1"  - Enter a 1 if the protocol supports batch transfers (or a "0")
  55. ** NEW **  "0"  - Enter a 0 if the protocol doesn't support bi-directional
  56.                   transfers.  Enter a 1 if it DOES support this type of
  57.                   transfer.
  58.  
  59.  The rest of line 2 is a description of the protocol (40 characters max):
  60.         "Zmodem with Resume Capability"
  61.  
  62. Line 3: "DSZ ha sl port 2 pB4096 sz -s -m"
  63.  
  64.         A command line for sending files (user download) with this protocol.
  65.         If this is a bi-directional protocol you must ensure the protocol
  66.         receives files in the NODE work directory either by including
  67.         the protocol's command to do this on the command line or in a
  68.         configuration or sequence file the protocol uses.
  69.         For HS/Link I use a separate configuration file for each node. Here
  70.         is my NODE1.CFG file.  Note that my HSLink.EXE file is located
  71.         in the C:\TELIX directory. My bbs node directory is G:\QB3
  72. -------------------------------------------------
  73.  
  74.  
  75.